home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / intact / f3iaweld.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  2.1 KB  |  89 lines

  1.  
  2. // JavaScript wrapper for f3iaweld.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_IAWELD_H = 1;
  7. include("real/intact/r3iacons.js")
  8.  
  9.  
  10. var R3CLID_IAWELD = 690;
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18. R3IAWELDA_Order = 690500;
  19. function SetR3IAWELDA_Order(value) {
  20.   R3Set(this.r3obj, R3IAWELDA_Order, value, R3TID_INTEGER, 0); 
  21. }
  22.  
  23. function GetR3IAWELDA_Order() {
  24.   return R3Get(this.r3obj, R3IAWELDA_Order, R3TID_INTEGER, 0); 
  25. }
  26.  
  27. var R3IAWELDA_Type = 690501; // Integer
  28. R3IAWELDA_Angle0 = 690502;
  29. function SetR3IAWELDA_Angle0(value) {
  30.   R3Set(this.r3obj, R3IAWELDA_Angle0, value, R3TID_FLOAT, 0); 
  31. }
  32.  
  33. function GetR3IAWELDA_Angle0() {
  34.   return R3Get(this.r3obj, R3IAWELDA_Angle0, R3TID_FLOAT, 0); 
  35. }
  36.  
  37. R3IAWELDA_Size0 = 690503;
  38. function SetR3IAWELDA_Size0(value) {
  39.   R3Set(this.r3obj, R3IAWELDA_Size0, value, R3TID_FLOAT, 0); 
  40. }
  41.  
  42. function GetR3IAWELDA_Size0() {
  43.   return R3Get(this.r3obj, R3IAWELDA_Size0, R3TID_FLOAT, 0); 
  44. }
  45.  
  46. R3IAWELDA_Angle1 = 690504;
  47. function SetR3IAWELDA_Angle1(value) {
  48.   R3Set(this.r3obj, R3IAWELDA_Angle1, value, R3TID_FLOAT, 0); 
  49. }
  50.  
  51. function GetR3IAWELDA_Angle1() {
  52.   return R3Get(this.r3obj, R3IAWELDA_Angle1, R3TID_FLOAT, 0); 
  53. }
  54.  
  55. R3IAWELDA_Size1 = 690505;
  56. function SetR3IAWELDA_Size1(value) {
  57.   R3Set(this.r3obj, R3IAWELDA_Size1, value, R3TID_FLOAT, 0); 
  58. }
  59.  
  60. function GetR3IAWELDA_Size1() {
  61.   return R3Get(this.r3obj, R3IAWELDA_Size1, R3TID_FLOAT, 0); 
  62. }
  63.  
  64. var R3IAWELDTYPE_EXTEND = 0;
  65. var R3IAWELDTYPE_BLEND = 1;
  66.  
  67.  
  68. function r3Iaweld () { 
  69.    this.base = r3God;
  70.    if(arguments.length) {
  71.       this.base(R3CLID_IAWELD, arguments);
  72.    }
  73.    // Methods
  74.  
  75.    // Attributes
  76.    this.GetOrder=GetR3IAWELDA_Order;
  77.    this.SetOrder=SetR3IAWELDA_Order;
  78.    this.GetAngle0=GetR3IAWELDA_Angle0;
  79.    this.SetAngle0=SetR3IAWELDA_Angle0;
  80.    this.GetSize0=GetR3IAWELDA_Size0;
  81.    this.SetSize0=SetR3IAWELDA_Size0;
  82.    this.GetAngle1=GetR3IAWELDA_Angle1;
  83.    this.SetAngle1=SetR3IAWELDA_Angle1;
  84.    this.GetSize1=GetR3IAWELDA_Size1;
  85.    this.SetSize1=SetR3IAWELDA_Size1;
  86. }
  87.  
  88. r3Iaweld.prototype=new r3Iaconstructor;
  89. // f3iaweld.h_H